home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / ppc / idxsveng.exe / RCDATA / CABINET / prev.htx < prev    next >
Text File  |  1996-08-05  |  664b  |  20 lines

  1. <!--
  2.     This is the "previous" button.
  3.     This retrieves the previous page of documents for the query.
  4.     The CiBookmarkSkipCount is negative, which causes a backwards scroll
  5.     on the query results.
  6. -->
  7.  
  8. <%if CiContainsFirstRecord eq 0%>
  9.     <td align=left>
  10.         <form action="/scripts/samples/search/simple.idq" method="get">
  11.             <%include /scripts/samples/search/hidden.htx%>
  12.  
  13.             <input type="hidden" name="CiBookmarkSkipCount"
  14.                                  value="-<%CiMaxRecordsPerPage%>" >
  15.  
  16.             <input type="submit" value="Previous <%CiMaxRecordsPerPage%> documents">
  17.         </form>
  18.     </td>
  19. <%endif%>
  20.